Oracle® OLAP Analytic Workspace Java API Reference
10g Release 2 (10.2)

B14351-02

oracle.AWXML
Class SourceColumn

java.lang.Object
  |
  +--oracle.AWXML.BaseObject
        |
        +--oracle.AWXML.SourceColumn

public class SourceColumn
extends BaseObject

Specifies a column in the relational database for an ExternalSourceExpression.

See Also:
ExternalSourceExpression, MappingGroup

Fields inherited from class oracle.AWXML.BaseObject
DATABASENULL

 

Constructor Summary
SourceColumn(BaseObject input)
          Creates a SourceColumn for the specified ExternalSourceExpression.

 

Method Summary
 java.lang.String getColumn()
          Gets the name of a source column in the relational database.
 void setColumn(java.lang.String input)
          Specifies the name of the source column in the relational database.
 java.lang.String WriteToXML()
          Gets an XML representation of the SourceColumn.

 

Methods inherited from class oracle.AWXML.BaseObject
Alter, Create, CreateAfter, CreateBefore, CreateFirst, DataRead, Delete, getColumnName, getId, getLongName, getLongName, getName, getOwner, getPluralName, getPluralName, getSchema, getShortName, getShortName, setColumnName, setLongName, setLongName, setName, setPluralName, setPluralName, setSchema, setShortName, setShortName

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

SourceColumn

public SourceColumn(BaseObject input)
Creates a SourceColumn for the specified ExternalSourceExpression.
Parameters:
input - The ExternalSourceExpression to own the SourceColumn.

Method Detail

setColumn

public void setColumn(java.lang.String input)
Specifies the name of the source column in the relational database.
Parameters:
input - A String that contains the name of the source column.

getColumn

public java.lang.String getColumn()
Gets the name of a source column in the relational database.
Returns:
A String that contains the name of the source column.

WriteToXML

public java.lang.String WriteToXML()
Gets an XML representation of the SourceColumn.
Overrides:
WriteToXML in class BaseObject
Returns:
An XML String that represents the SourceColumn.

Oracle® OLAP Analytic Workspace Java API Reference
10g Release 2 (10.2)

B14351-02

Copyright © 2003, 2005 Oracle. All rights reserved.